Colors
The Colors element is the parent node for defining the colors that can be used with Point State Definitions.
Properties
The following table lists and describes the properties of the Colors element.
| Property | Description |
|---|---|
|
Case Sensitive |
Yes |
|
Required |
Yes |
|
Number of Instances Allowed |
1 |
|
Requires End Tag |
Yes |
|
Parent Element |
|
|
Child Element |
Color
The Color element defines the color attributes used in the CygNet Point Scheme.
Properties
The following table lists and describes the properties of the Color element.
| Property | Description |
|---|---|
|
Case Sensitive |
Yes |
|
Required |
No |
|
Number of Instances Allowed |
1 or more |
|
Requires End Tag |
No |
|
Parent Element |
|
|
Attributes |
name value |
Attributes
The following table lists and describes attributes generally applicable to the Color element.
| Attribute | Description |
|---|---|
|
name |
Defines the name of the color. This name can be referenced in Point State Definitions. |
| value |
Defines the RGB values for the color or can reference another color. |
Example
|
<Colors> <Color name="BLACK" value="RGB(0,0,0)"/> <Color name="GREEN" value="RGB(0,255,0)"/> <Color name="Normal" value="Green"/> </Colors> |


